Skip to content

blocmcp: bump to v0.1.7 - #12

Merged
tiljrd merged 1 commit into
mainfrom
bump/v0.1.7
Nov 11, 2025
Merged

blocmcp: bump to v0.1.7#12
tiljrd merged 1 commit into
mainfrom
bump/v0.1.7

Conversation

@tiljrd

@tiljrd tiljrd commented Nov 10, 2025

Copy link
Copy Markdown
Contributor

User description

Automated update


PR Type

Enhancement


Description

  • Update blocmcp formula version from 0.1.6 to 0.1.7

  • Update download URLs for all platform variants

  • Update SHA256 checksums for macOS and Linux builds


Diagram Walkthrough

flowchart LR
  old["blocmcp v0.1.6"]
  new["blocmcp v0.1.7"]
  urls["Updated URLs<br/>all platforms"]
  checksums["Updated SHA256<br/>checksums"]
  old -- "version bump" --> new
  new -- "darwin_arm64" --> urls
  new -- "darwin_amd64" --> urls
  new -- "linux_arm64" --> urls
  new -- "linux_amd64" --> urls
  urls --> checksums
Loading

File Walkthrough

Relevant files
Configuration changes
blocmcp.rb
Bump blocmcp version and update checksums                               

Formula/blocmcp.rb

  • Bumped version from 0.1.6 to 0.1.7
  • Updated download URLs for all four platform variants (macOS
    arm64/amd64, Linux arm64/amd64)
  • Updated SHA256 checksums for all platform-specific releases
+9/-9     

Summary by CodeRabbit

  • Chores
    • Version updated to 0.1.7 with refreshed platform-specific builds for macOS and Linux architectures.

@coderabbitai

coderabbitai Bot commented Nov 10, 2025

Copy link
Copy Markdown

Walkthrough

Version bump from 0.1.6 to 0.1.7 with corresponding platform-specific download URL and SHA-256 checksum updates for macOS and Linux builds across arm64 and amd64 architectures.

Changes

Cohort / File(s) Summary
Version and Asset Updates
Formula/blocmcp.rb
Bumps version to 0.1.7 and updates all platform-specific download URLs and SHA-256 checksums for macOS (arm64, amd64) and Linux (arm64, amd64)

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~5 minutes

  • Single file with straightforward version and checksum updates
  • Repetitive pattern across four platform variants (homogeneous changes)
  • No logic, control flow, or functional modifications

Possibly related PRs

  • PR #8: Updates the same file with similar version bump and platform-specific URL/checksum changes
  • PR #5: Modifies Formula/blocmcp.rb with version-specific release URL and SHA-256 updates
  • PR #9: Directly related—updates package version and all platform-specific download URLs and checksums in the same formula

Suggested labels

Review effort 2/5

Poem

🐰 Hop along, the rabbit's spree,
Version bumps from .six to .seven, you see!
SHA checksums dance and URLs align,
Four platforms in harmony—arm and x86 shine! ✨

Pre-merge checks and finishing touches

✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title 'blocmcp: bump to v0.1.7' directly and clearly describes the main change: updating the blocmcp formula to version 0.1.7, which matches the actual version bump and URL/checksum updates shown in the changeset.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
✨ Finishing touches
  • 📝 Generate docstrings
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch bump/v0.1.7

📜 Recent review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between cb58257 and c13141c.

📒 Files selected for processing (1)
  • Formula/blocmcp.rb (1 hunks)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (3)
  • GitHub Check: test-bot (macos-26)
  • GitHub Check: test-bot (ubuntu-22.04)
  • GitHub Check: test-bot (macos-15-intel)
🔇 Additional comments (2)
Formula/blocmcp.rb (2)

4-4: Version declaration is consistent.

The version bump to 0.1.7 is correctly reflected throughout the formula.


10-11: Manual verification of SHA256 checksums required.

The GitHub release v0.1.7 exists and has been confirmed via API. However, the SHA256 checksums cannot be definitively verified in this environment due to tooling limitations. These checksums are critical security controls—they prevent users from downloading corrupted or malicious binaries.

Please manually verify that the SHA256 checksums in the formula match the actual release artifacts by downloading each file and computing its SHA256 hash:

curl -L "https://github.com/0xBloctopus/homebrew-tap/releases/download/v0.1.7/blocmcp_v0.1.7_darwin_arm64.tar.gz" | sha256sum

Verify the output matches:

  • darwin_arm64: 55a39e02c8d349de0b69ca9dce4bddcf4898fe3a5b72ad3fb278edd76b190aa9
  • darwin_amd64: b995443a59129c57f0eec70016d82049e322643aa132e4c2ccef42f917234cd7
  • linux_arm64: 4d32fedb2e6149607c4bbc0d922a97895eda4c7b8c1bccaf97dc7f587019efee
  • linux_amd64: bd6286d4b602a8a944b02e0f9cfcc7b67506b9434017e82e5b8c31ce1e8af8f8

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@qodo-code-review

qodo-code-review Bot commented Nov 10, 2025

Copy link
Copy Markdown

PR Compliance Guide 🔍

(Compliance updated until commit c13141c)

Below is a summary of compliance checks for this PR:

Security Compliance
🟢
No security concerns identified No security vulnerabilities detected by AI analysis. Human verification advised for critical code.
Ticket Compliance
🎫 No ticket provided
  • Create ticket/issue
Codebase Duplication Compliance
Codebase context is not defined

Follow the guide to enable codebase context checks.

Custom Compliance
🟢
Generic: Meaningful Naming and Self-Documenting Code

Objective: Ensure all identifiers clearly express their purpose and intent, making code
self-documenting

Status: Passed

Learn more about managing compliance generic rules or creating your own custom rules

Generic: Secure Logging Practices

Objective: To ensure logs are useful for debugging and auditing without exposing sensitive
information like PII, PHI, or cardholder data.

Status: Passed

Learn more about managing compliance generic rules or creating your own custom rules

Generic: Comprehensive Audit Trails

Objective: To create a detailed and reliable record of critical system actions for security analysis
and compliance.

Status:
No logging context: The changes only bump version/URLs and do not introduce or modify any logging for critical
actions; verify elsewhere that audit trails exist.

Referred Code
version "0.1.7"
license :cannot_represent
version_scheme 1

on_macos do
  if Hardware::CPU.arm?
    url "https://github.com/0xBloctopus/homebrew-tap/releases/download/v0.1.7/blocmcp_v0.1.7_darwin_arm64.tar.gz"
    sha256 "55a39e02c8d349de0b69ca9dce4bddcf4898fe3a5b72ad3fb278edd76b190aa9"
  else
    url "https://github.com/0xBloctopus/homebrew-tap/releases/download/v0.1.7/blocmcp_v0.1.7_darwin_amd64.tar.gz"
    sha256 "b995443a59129c57f0eec70016d82049e322643aa132e4c2ccef42f917234cd7"
  end
end

on_linux do
  if Hardware::CPU.arm?
    url "https://github.com/0xBloctopus/homebrew-tap/releases/download/v0.1.7/blocmcp_v0.1.7_linux_arm64.tar.gz"
    sha256 "4d32fedb2e6149607c4bbc0d922a97895eda4c7b8c1bccaf97dc7f587019efee"
  else
    url "https://github.com/0xBloctopus/homebrew-tap/releases/download/v0.1.7/blocmcp_v0.1.7_linux_amd64.tar.gz"
    sha256 "bd6286d4b602a8a944b02e0f9cfcc7b67506b9434017e82e5b8c31ce1e8af8f8"

Learn more about managing compliance generic rules or creating your own custom rules

Generic: Robust Error Handling and Edge Case Management

Objective: Ensure comprehensive error handling that provides meaningful context and graceful
degradation

Status:
No error handling change: The diff only updates version, URLs, and checksums without adding error handling or
validation for download/verification failures; confirm such handling exists in the wider
formula or tooling.

Referred Code
    url "https://github.com/0xBloctopus/homebrew-tap/releases/download/v0.1.7/blocmcp_v0.1.7_darwin_arm64.tar.gz"
    sha256 "55a39e02c8d349de0b69ca9dce4bddcf4898fe3a5b72ad3fb278edd76b190aa9"
  else
    url "https://github.com/0xBloctopus/homebrew-tap/releases/download/v0.1.7/blocmcp_v0.1.7_darwin_amd64.tar.gz"
    sha256 "b995443a59129c57f0eec70016d82049e322643aa132e4c2ccef42f917234cd7"
  end
end

on_linux do
  if Hardware::CPU.arm?
    url "https://github.com/0xBloctopus/homebrew-tap/releases/download/v0.1.7/blocmcp_v0.1.7_linux_arm64.tar.gz"
    sha256 "4d32fedb2e6149607c4bbc0d922a97895eda4c7b8c1bccaf97dc7f587019efee"
  else
    url "https://github.com/0xBloctopus/homebrew-tap/releases/download/v0.1.7/blocmcp_v0.1.7_linux_amd64.tar.gz"
    sha256 "bd6286d4b602a8a944b02e0f9cfcc7b67506b9434017e82e5b8c31ce1e8af8f8"

Learn more about managing compliance generic rules or creating your own custom rules

Generic: Secure Error Handling

Objective: To prevent the leakage of sensitive system information through error messages while
providing sufficient detail for internal debugging.

Status:
User error exposure: No user-facing error paths are added or adjusted in this diff; verify elsewhere that any
install/download errors do not leak internal details.

Referred Code
    url "https://github.com/0xBloctopus/homebrew-tap/releases/download/v0.1.7/blocmcp_v0.1.7_darwin_arm64.tar.gz"
    sha256 "55a39e02c8d349de0b69ca9dce4bddcf4898fe3a5b72ad3fb278edd76b190aa9"
  else
    url "https://github.com/0xBloctopus/homebrew-tap/releases/download/v0.1.7/blocmcp_v0.1.7_darwin_amd64.tar.gz"
    sha256 "b995443a59129c57f0eec70016d82049e322643aa132e4c2ccef42f917234cd7"
  end
end

on_linux do
  if Hardware::CPU.arm?
    url "https://github.com/0xBloctopus/homebrew-tap/releases/download/v0.1.7/blocmcp_v0.1.7_linux_arm64.tar.gz"
    sha256 "4d32fedb2e6149607c4bbc0d922a97895eda4c7b8c1bccaf97dc7f587019efee"
  else
    url "https://github.com/0xBloctopus/homebrew-tap/releases/download/v0.1.7/blocmcp_v0.1.7_linux_amd64.tar.gz"
    sha256 "bd6286d4b602a8a944b02e0f9cfcc7b67506b9434017e82e5b8c31ce1e8af8f8"

Learn more about managing compliance generic rules or creating your own custom rules

Generic: Security-First Input Validation and Data Handling

Objective: Ensure all data inputs are validated, sanitized, and handled securely to prevent
vulnerabilities

Status:
External URLs: The PR adds new external download URLs and checksums without visible validation logic in
this diff; confirm integrity and trust are enforced by Homebrew and repository release
protections.

Referred Code
    url "https://github.com/0xBloctopus/homebrew-tap/releases/download/v0.1.7/blocmcp_v0.1.7_darwin_arm64.tar.gz"
    sha256 "55a39e02c8d349de0b69ca9dce4bddcf4898fe3a5b72ad3fb278edd76b190aa9"
  else
    url "https://github.com/0xBloctopus/homebrew-tap/releases/download/v0.1.7/blocmcp_v0.1.7_darwin_amd64.tar.gz"
    sha256 "b995443a59129c57f0eec70016d82049e322643aa132e4c2ccef42f917234cd7"
  end
end

on_linux do
  if Hardware::CPU.arm?
    url "https://github.com/0xBloctopus/homebrew-tap/releases/download/v0.1.7/blocmcp_v0.1.7_linux_arm64.tar.gz"
    sha256 "4d32fedb2e6149607c4bbc0d922a97895eda4c7b8c1bccaf97dc7f587019efee"
  else
    url "https://github.com/0xBloctopus/homebrew-tap/releases/download/v0.1.7/blocmcp_v0.1.7_linux_amd64.tar.gz"
    sha256 "bd6286d4b602a8a944b02e0f9cfcc7b67506b9434017e82e5b8c31ce1e8af8f8"

Learn more about managing compliance generic rules or creating your own custom rules

Compliance status legend 🟢 - Fully Compliant
🟡 - Partial Compliant
🔴 - Not Compliant
⚪ - Requires Further Human Verification
🏷️ - Compliance label

Previous compliance checks

Compliance check up to commit c13141c
Security Compliance
🟢
No security concerns identified No security vulnerabilities detected by AI analysis. Human verification advised for critical code.
Ticket Compliance
🎫 No ticket provided
  • Create ticket/issue
Codebase Duplication Compliance
Codebase context is not defined

Follow the guide to enable codebase context checks.

Custom Compliance
🟢
Generic: Meaningful Naming and Self-Documenting Code

Objective: Ensure all identifiers clearly express their purpose and intent, making code
self-documenting

Status: Passed

Learn more about managing compliance generic rules or creating your own custom rules

Generic: Secure Logging Practices

Objective: To ensure logs are useful for debugging and auditing without exposing sensitive
information like PII, PHI, or cardholder data.

Status: Passed

Learn more about managing compliance generic rules or creating your own custom rules

Generic: Comprehensive Audit Trails

Objective: To create a detailed and reliable record of critical system actions for security analysis
and compliance.

Status:
No audit logs: The added changes only update version, URLs, and checksums with no logging of critical
actions; if the formula execution involves critical actions elsewhere, they are not shown
here.

Referred Code
version "0.1.7"
license :cannot_represent
version_scheme 1

on_macos do
  if Hardware::CPU.arm?
    url "https://github.com/0xBloctopus/homebrew-tap/releases/download/v0.1.7/blocmcp_v0.1.7_darwin_arm64.tar.gz"
    sha256 "55a39e02c8d349de0b69ca9dce4bddcf4898fe3a5b72ad3fb278edd76b190aa9"
  else
    url "https://github.com/0xBloctopus/homebrew-tap/releases/download/v0.1.7/blocmcp_v0.1.7_darwin_amd64.tar.gz"
    sha256 "b995443a59129c57f0eec70016d82049e322643aa132e4c2ccef42f917234cd7"
  end
end

on_linux do
  if Hardware::CPU.arm?
    url "https://github.com/0xBloctopus/homebrew-tap/releases/download/v0.1.7/blocmcp_v0.1.7_linux_arm64.tar.gz"
    sha256 "4d32fedb2e6149607c4bbc0d922a97895eda4c7b8c1bccaf97dc7f587019efee"
  else
    url "https://github.com/0xBloctopus/homebrew-tap/releases/download/v0.1.7/blocmcp_v0.1.7_linux_amd64.tar.gz"
    sha256 "bd6286d4b602a8a944b02e0f9cfcc7b67506b9434017e82e5b8c31ce1e8af8f8"

Learn more about managing compliance generic rules or creating your own custom rules

Generic: Robust Error Handling and Edge Case Management

Objective: Ensure comprehensive error handling that provides meaningful context and graceful
degradation

Status:
No error handling: The diff only updates metadata (version/URLs/checksums) and adds no error handling for
potential failures such as download or checksum mismatch, which may be handled by Homebrew
but is not evident here.

Referred Code
    url "https://github.com/0xBloctopus/homebrew-tap/releases/download/v0.1.7/blocmcp_v0.1.7_darwin_arm64.tar.gz"
    sha256 "55a39e02c8d349de0b69ca9dce4bddcf4898fe3a5b72ad3fb278edd76b190aa9"
  else
    url "https://github.com/0xBloctopus/homebrew-tap/releases/download/v0.1.7/blocmcp_v0.1.7_darwin_amd64.tar.gz"
    sha256 "b995443a59129c57f0eec70016d82049e322643aa132e4c2ccef42f917234cd7"
  end
end

on_linux do
  if Hardware::CPU.arm?
    url "https://github.com/0xBloctopus/homebrew-tap/releases/download/v0.1.7/blocmcp_v0.1.7_linux_arm64.tar.gz"
    sha256 "4d32fedb2e6149607c4bbc0d922a97895eda4c7b8c1bccaf97dc7f587019efee"
  else
    url "https://github.com/0xBloctopus/homebrew-tap/releases/download/v0.1.7/blocmcp_v0.1.7_linux_amd64.tar.gz"
    sha256 "bd6286d4b602a8a944b02e0f9cfcc7b67506b9434017e82e5b8c31ce1e8af8f8"

Learn more about managing compliance generic rules or creating your own custom rules

Generic: Secure Error Handling

Objective: To prevent the leakage of sensitive system information through error messages while
providing sufficient detail for internal debugging.

Status:
Error exposure unclear: No user-facing error messages are introduced; handling of errors and their exposure is
managed by Homebrew and not visible in this diff.

Referred Code
class Blocmcp < Formula
  desc "Bloctopus MCP CLI"
  homepage "https://www.bloctopus.io"
  version "0.1.7"
  license :cannot_represent
  version_scheme 1

  on_macos do
    if Hardware::CPU.arm?
      url "https://github.com/0xBloctopus/homebrew-tap/releases/download/v0.1.7/blocmcp_v0.1.7_darwin_arm64.tar.gz"
      sha256 "55a39e02c8d349de0b69ca9dce4bddcf4898fe3a5b72ad3fb278edd76b190aa9"
    else
      url "https://github.com/0xBloctopus/homebrew-tap/releases/download/v0.1.7/blocmcp_v0.1.7_darwin_amd64.tar.gz"
      sha256 "b995443a59129c57f0eec70016d82049e322643aa132e4c2ccef42f917234cd7"
    end
  end

  on_linux do
    if Hardware::CPU.arm?
      url "https://github.com/0xBloctopus/homebrew-tap/releases/download/v0.1.7/blocmcp_v0.1.7_linux_arm64.tar.gz"
      sha256 "4d32fedb2e6149607c4bbc0d922a97895eda4c7b8c1bccaf97dc7f587019efee"


 ... (clipped 7 lines)

Learn more about managing compliance generic rules or creating your own custom rules

Generic: Security-First Input Validation and Data Handling

Objective: Ensure all data inputs are validated, sanitized, and handled securely to prevent
vulnerabilities

Status:
External input trust: The formula references external download URLs and checksums but adds no validation beyond
SHA256, with broader input validation concerns likely handled by Homebrew and not visible
here.

Referred Code
    url "https://github.com/0xBloctopus/homebrew-tap/releases/download/v0.1.7/blocmcp_v0.1.7_darwin_arm64.tar.gz"
    sha256 "55a39e02c8d349de0b69ca9dce4bddcf4898fe3a5b72ad3fb278edd76b190aa9"
  else
    url "https://github.com/0xBloctopus/homebrew-tap/releases/download/v0.1.7/blocmcp_v0.1.7_darwin_amd64.tar.gz"
    sha256 "b995443a59129c57f0eec70016d82049e322643aa132e4c2ccef42f917234cd7"
  end
end

on_linux do
  if Hardware::CPU.arm?
    url "https://github.com/0xBloctopus/homebrew-tap/releases/download/v0.1.7/blocmcp_v0.1.7_linux_arm64.tar.gz"
    sha256 "4d32fedb2e6149607c4bbc0d922a97895eda4c7b8c1bccaf97dc7f587019efee"
  else
    url "https://github.com/0xBloctopus/homebrew-tap/releases/download/v0.1.7/blocmcp_v0.1.7_linux_amd64.tar.gz"
    sha256 "bd6286d4b602a8a944b02e0f9cfcc7b67506b9434017e82e5b8c31ce1e8af8f8"

Learn more about managing compliance generic rules or creating your own custom rules

@qodo-code-review

Copy link
Copy Markdown

PR Code Suggestions ✨

No code suggestions found for the PR.

@qodo-code-review

Copy link
Copy Markdown

CI Feedback 🧐

A test triggered by this PR failed. Here is an AI-generated analysis of the failure:

Action: test-bot (macos-15-intel)

Failed stage: Run brew test-bot --only-setup [❌]

Failure summary:

The action failed during the Homebrew setup step because brew doctor exited with a non-zero status
due to detected uncommitted changes in the Homebrew core tap:
- brew doctor reported uncommitted
modifications in Homebrew/homebrew-core
- Untracked file: Formula/o/openssl@1.1.rb
- Suggested fix
from log: git -C "/usr/local/Homebrew/Library/Taps/homebrew/homebrew-core" stash -u && git -C
"/usr/local/Homebrew/Library/Taps/homebrew/homebrew-core" clean -d -f
As a result, the step brew
doctor failed and the job exited with code 1.

Relevant error logs:
1:  ##[group]Runner Image Provisioner
2:  Hosted Compute Agent
...

30:  Download action repository 'actions/upload-artifact@v4' (SHA:ea165f8d65b6e75b540449e92b4886f43607fa02)
31:  Complete job name: test-bot (macos-15-intel)
32:  ##[group]Run Homebrew/actions/setup-homebrew@main
33:  with:
34:  token: ***
35:  core: false
36:  cask: false
37:  debug: false
38:  brew-gh-api-token: ***
39:  stable: false
40:  ##[endgroup]
41:  [command]/bin/bash /Users/runner/work/_actions/Homebrew/actions/main/setup-homebrew/main.sh false false false *** false ***
42:  �[34m==>�[0m �[1mFetching Homebrew/brew...�[0m
43:  From https://github.com/Homebrew/brew
44:  - [deleted]               (none)       -> origin/bump-formula-pr-resources
45:  - [deleted]               (none)       -> origin/cleanup_partial_installation_on_error
46:  - [deleted]               (none)       -> origin/copilot/fix-18365
...

325:  Last commit: 4 hours ago
326:  Branch: main
327:  Core tap HEAD: 2fb23a752d53ebc8c4f176de7097ccc03e44c17d
328:  Core tap last commit: 8 days ago
329:  Core tap JSON: 10 Nov 21:59 UTC
330:  Core cask tap HEAD: 2c38cc9054a159a5a7772343668c6f3d250124b3
331:  Core cask tap last commit: 8 days ago
332:  Core cask tap JSON: 10 Nov 21:59 UTC
333:  HOMEBREW_PREFIX: /usr/local
334:  HOMEBREW_CACHE: /Users/runner/Library/Caches/Homebrew
335:  HOMEBREW_CASK_OPTS: ["--no-quarantine"]
336:  HOMEBREW_COLOR: set
337:  HOMEBREW_CURL_PATH: /usr/bin/curl
338:  HOMEBREW_DEVELOPER: set
339:  HOMEBREW_DOWNLOAD_CONCURRENCY: 8
340:  HOMEBREW_FAIL_LOG_LINES: 150
341:  HOMEBREW_GITHUB_API_TOKEN: set
...

347:  HOMEBREW_NO_AUTO_UPDATE: set
348:  HOMEBREW_NO_EMOJI: set
349:  HOMEBREW_NO_ENV_HINTS: set
350:  HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: set
351:  HOMEBREW_NO_INSTALL_CLEANUP: set
352:  HOMEBREW_SORBET_RUNTIME: set
353:  Homebrew Ruby: 3.4.5 => /usr/local/Homebrew/Library/Homebrew/vendor/portable-ruby/3.4.5/bin/ruby
354:  CPU: quad-core 64-bit ivybridge
355:  Clang: 17.0.0 build 1700
356:  Git: 2.39.5 => /usr/bin/git
357:  Curl: 8.7.1 => /usr/bin/curl
358:  macOS: 15.7.1-x86_64
359:  CLT: 16.4.0.0.1.1747106510
360:  Xcode: 16.4 => /Applications/Xcode_16.4.app/Contents/Developer
361:  �[34m==>�[0m �[1mbrew doctor�[0m
362:  �[31m==>�[0m �[1m�[31mFAILED�[0m�[0m
363:  ##[group]Full doctor output
364:  �[1mPlease note that these warnings are just used to help the Homebrew maintainers
365:  with debugging if you file an issue. If everything you use Homebrew for is
366:  working fine: please don't worry or file an issue; just ignore this. Thanks!�[0m
367:  ##[warning]You have uncommitted modifications to Homebrew/homebrew-core.
368:  If this is a surprise to you, then you should stash these modifications.
369:  Stashing returns Homebrew to a pristine state but can be undone
370:  should you later need to do so for some reason.
371:    git -C "/usr/local/Homebrew/Library/Taps/homebrew/homebrew-core" stash -u && git -C "/usr/local/Homebrew/Library/Taps/homebrew/homebrew-core" clean -d -f
372:  
373:  Uncommitted files:
374:    ?? Formula/o/openssl@1.1.rb
375:  
376:  ##[endgroup]
377:  Error: 1 failed step!
378:  brew doctor
379:  ##[error]Process completed with exit code 1.
380:  ##[group]Run actions/upload-artifact@v4

@tiljrd
tiljrd merged commit 75f262a into main Nov 11, 2025
4 of 5 checks passed
@coderabbitai coderabbitai Bot mentioned this pull request Nov 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant